Click or drag to resize

MeetingSuggestion Class

Represents a proposed meeting.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeMeetingSuggestion

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class MeetingSuggestion

The MeetingSuggestion type exposes the following members.

Constructors
  NameDescription
Public methodMeetingSuggestion
Initializes a new instance of the MeetingSuggestion class.
Top
Properties
  NameDescription
Public propertyAttendees
Represents the recipients of an invitation to a meeting.
Public propertyEndTime
Represents the end time of a meeting or appointment.
Public propertyLocation
Represents the location of a meeting or appointment.
Public propertyMeeting
Represents the description of the meeting as the result of entity extraction.
Public propertyPosition
Represents the position of the entity.
Public propertyStartTime
Represents the start time of a meeting or appointment.
Public propertySubject
Represents the subject of a meeting or appointment.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current MeetingSuggestion object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also